home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / e_h / gfx2grob / src / getopts.h < prev    next >
C/C++ Source or Header  |  1995-12-30  |  133b  |  9 lines

  1. #ifndef GETOPTS_H
  2. #define GETOPTS_H
  3.  
  4.  
  5. extern void GetOptions(int ArgC, char *ArgV[], OptionsType *Options);
  6.  
  7.  
  8. #endif /* GETOPTS_H */
  9.